|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectimageware.ShortBuffer
imageware.ShortAccess
imageware.ShortPointwise
imageware.ShortProcess
public class ShortProcess
Class ShortProcess.
| Field Summary |
|---|
| Fields inherited from class imageware.ShortBuffer |
|---|
data, nx, nxy, ny, nz |
| Constructor Summary | |
|---|---|
protected |
ShortProcess(byte[][][] array,
int mode)
|
protected |
ShortProcess(byte[][] array,
int mode)
|
protected |
ShortProcess(byte[] array,
int mode)
|
protected |
ShortProcess(double[][][] array,
int mode)
|
protected |
ShortProcess(double[][] array,
int mode)
|
protected |
ShortProcess(double[] array,
int mode)
|
protected |
ShortProcess(float[][][] array,
int mode)
|
protected |
ShortProcess(float[][] array,
int mode)
|
protected |
ShortProcess(float[] array,
int mode)
|
protected |
ShortProcess(java.awt.Image image,
int mode)
|
protected |
ShortProcess(ij.ImageStack stack,
byte chan)
|
protected |
ShortProcess(ij.ImageStack stack,
int mode)
|
protected |
ShortProcess(int nx,
int ny,
int nz)
|
protected |
ShortProcess(short[][][] array,
int mode)
|
protected |
ShortProcess(short[][] array,
int mode)
|
protected |
ShortProcess(short[] array,
int mode)
|
| Method Summary | |
|---|---|
void |
add(ImageWare imageware)
Add a imageware to the current imageware. |
void |
divide(ImageWare imageware)
Divide a imageware to the current imageware. |
void |
max(ImageWare imageware)
Get the maximum of this imageware and a imageware. |
void |
min(ImageWare imageware)
Get the minimum of this imageware and a imageware. |
void |
multiply(ImageWare imageware)
Multiply a imageware to the current imageware. |
void |
smoothGaussian(double sigma)
Apply a separable gaussian smoothing over the image with the same strengthness in all directions. |
void |
smoothGaussian(double sigmaX,
double sigmaY,
double sigmaZ)
Apply a separablegaussian smoothing over the image with an independant strengthness in the different directions. |
void |
subtract(ImageWare imageware)
Subtract a imageware to the current imageware. |
| Methods inherited from class imageware.ShortPointwise |
|---|
abs, add, addGaussianNoise, addSaltPepper, addUniformNoise, buildImageStack, clip, clip, divide, exp, fillConstant, fillGaussianNoise, fillRamp, fillSaltPepper, fillUniformNoise, invert, log, multiply, negate, pow, rescale, rescale, rescaleCenter, sqr, sqrt, subtract, threshold, threshold, thresholdHard, thresholdSoft |
| Methods inherited from class imageware.ShortBuffer |
|---|
getDepth, getDimension, getHeight, getSize, getSizeX, getSizeY, getSizeZ, getSliceByte, getSliceDouble, getSliceFloat, getSliceShort, getTotalSize, getType, getTypeToString, getVolume, getWidth, getX, getX, getX, getX, getX, getXY, getXY, getXY, getXY, getXY, getXYZ, getXYZ, getXYZ, getXYZ, getXYZ, getXZ, getXZ, getXZ, getXZ, getXZ, getY, getY, getY, getY, getY, getYZ, getYZ, getYZ, getYZ, getYZ, getZ, getZ, getZ, getZ, getZ, isSameSize, putX, putX, putX, putX, putX, putXY, putXY, putXY, putXY, putXY, putXYZ, putXYZ, putXYZ, putXYZ, putXYZ, putXZ, putXZ, putXZ, putXZ, putXZ, putY, putY, putY, putY, putY, putYZ, putYZ, putYZ, putYZ, putYZ, putZ, putZ, putZ, putZ, putZ, throw_constructor, throw_constructor, throw_get, throw_put |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface imageware.Pointwise |
|---|
abs, add, addGaussianNoise, addSaltPepper, addUniformNoise, buildImageStack, clip, clip, divide, exp, fillConstant, fillGaussianNoise, fillRamp, fillSaltPepper, fillUniformNoise, invert, log, multiply, negate, pow, rescale, rescale, rescaleCenter, sqr, sqrt, subtract, threshold, threshold, thresholdHard, thresholdSoft |
| Methods inherited from interface imageware.Buffer |
|---|
getDepth, getDimension, getHeight, getSize, getSizeX, getSizeY, getSizeZ, getSliceByte, getSliceDouble, getSliceFloat, getSliceShort, getTotalSize, getType, getTypeToString, getVolume, getWidth, getX, getX, getX, getX, getX, getXY, getXY, getXY, getXY, getXY, getXYZ, getXYZ, getXYZ, getXYZ, getXYZ, getXZ, getXZ, getXZ, getXZ, getXZ, getY, getY, getY, getY, getY, getYZ, getYZ, getYZ, getYZ, getYZ, getZ, getZ, getZ, getZ, getZ, isSameSize, putX, putX, putX, putX, putX, putXY, putXY, putXY, putXY, putXY, putXYZ, putXYZ, putXYZ, putXYZ, putXYZ, putXZ, putXZ, putXZ, putXZ, putXZ, putY, putY, putY, putY, putY, putYZ, putYZ, putYZ, putYZ, putYZ, putZ, putZ, putZ, putZ, putZ |
| Constructor Detail |
|---|
protected ShortProcess(int nx,
int ny,
int nz)
protected ShortProcess(java.awt.Image image,
int mode)
protected ShortProcess(ij.ImageStack stack,
int mode)
protected ShortProcess(ij.ImageStack stack,
byte chan)
protected ShortProcess(byte[] array,
int mode)
protected ShortProcess(byte[][] array,
int mode)
protected ShortProcess(byte[][][] array,
int mode)
protected ShortProcess(short[] array,
int mode)
protected ShortProcess(short[][] array,
int mode)
protected ShortProcess(short[][][] array,
int mode)
protected ShortProcess(float[] array,
int mode)
protected ShortProcess(float[][] array,
int mode)
protected ShortProcess(float[][][] array,
int mode)
protected ShortProcess(double[] array,
int mode)
protected ShortProcess(double[][] array,
int mode)
protected ShortProcess(double[][][] array,
int mode)
| Method Detail |
|---|
public void smoothGaussian(double sigma)
smoothGaussian in interface Processsigma - Strengthness of the smoothing
public void smoothGaussian(double sigmaX,
double sigmaY,
double sigmaZ)
smoothGaussian in interface ProcesssigmaX - Strengthness of the smoothing in X axissigmaY - Strengthness of the smoothing in X axissigmaZ - Strengthness of the smoothing in X axispublic void max(ImageWare imageware)
max in interface Processimageware - imageware to maxpublic void min(ImageWare imageware)
min in interface Processimageware - imageware to minpublic void add(ImageWare imageware)
add in interface Processimageware - imageware to addpublic void multiply(ImageWare imageware)
multiply in interface Processimageware - imageware to multiplypublic void subtract(ImageWare imageware)
subtract in interface Processimageware - imageware to subtractpublic void divide(ImageWare imageware)
divide in interface Processimageware - imageware to divide
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||